internal/bisect.parseError.text (field)

2 uses

	internal/bisect (current package)
		bisect.go#L702: type parseError struct{ text string }
		bisect.go#L704: func (e *parseError) Error() string { return e.text }